home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / demos / mastdemo.zoo / batch / demo.bat < prev    next >
DOS Batch File  |  1990-03-22  |  1KB  |  67 lines

  1. # Master Demo
  2. chrono
  3. varsize 10000
  4. nohold
  5. unix
  6. alias flash    cls \; inverse \;cls \; sleep -20 \; normal \; cls
  7. alias weiter rem                         We go ahead very soon...\;sleep -50
  8. help => commands
  9. foreach command in commands
  10.   # flash
  11.   cls
  12.   rem ; rem ; rem ; rem ; rem ; rem ; rem
  13.   rem
  14.   alias titel rem                 p M A S T E R q\;rem\;rem           The better userinterface for all Atari ST\;rem
  15.   titel
  16.   rem
  17.   rem   This short Demo shows you some of the features of the new shell for the
  18.   rem             Atari ST - Computers, that will establish new standards.
  19.   rem
  20.   rem ; rem ; rem ; rem ; rem ; rem ; rem
  21.   weiter
  22.   #
  23.   cls
  24.   titel
  25.   rem Master knows many commands to make working with your computer much
  26.   rem easier:
  27.   rem
  28.   help
  29.   weiter
  30.   sleep -50
  31.   #
  32.   cls ; titel
  33.   rem             gives you accurate informations
  34.   rem the current time:
  35.   rem
  36.   rem D:time
  37.   time
  38.   rem
  39.   rem and the date of today:
  40.   rem
  41.   rem D:date
  42.   date
  43.   rem
  44.   rem the files on the harddisk
  45.   rem
  46.   rem D:dir c:
  47.   dir c:
  48.   weiter
  49.   sleep -50
  50.   #
  51.   cls
  52.   titel
  53.   rem                        helps you
  54.   rem
  55.   rem with informations about every builtin command:
  56.   rem
  57.   rem for example about the command '$command' with 'help $command' ...
  58.   sleep -50
  59.   rem D:help $command
  60.   chrono ; help $command ; elapsed => uuu
  61.   rem and how long did it take ?
  62.   rem
  63.   rem $uuu
  64.   weiter
  65.   sleep -50
  66. endfor
  67.